The NCDF_VARRENAME procedure renames a NetCDF variable.
NCDF_VARRENAME, Cdfid, Varid, Name
The NetCDF ID, returned from a previous call to NCDF_OPEN, NCDF_CREATE, or NCDF_GROUPDEF.
The NetCDF variable ID, returned from a previous call to NCDF_VARDEF or NCDF_VARID, or the name of the variable.
A scalar string containing the new name for the variable.
None
See NCDF_VARDEF.
Pre 4.0 |
Introduced |